Skip to main content

All Questions

Tagged with
3votes
3answers
11kviews

Is it bad to store data in JSON form or should I use mySQL? [closed]

I've been building an application and the whole thing is built around a simple data storage system. Create an array. Convert it into JSON. Add <?php die() at the beginning to prevent access. Save ...
Austin Collins's user avatar
5votes
2answers
3kviews

Having a generic data type for a database table column, is it "good" practice?

I'm working on a PHP project where some object (class member) may contain different data type. For example : class Property { private $_id; // (PK) private $_ref_id; // the object ...
Yanick Rochon's user avatar
1vote
2answers
1kviews

Almost Realtime Data and Web application

I have a computer that is recording 100 different data points into an OPC server. I've written a simple OPC client that can read all of this data. I have a front-end website on a different network ...
Chris G.'s user avatar

close